home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 October / PCgo 2008-10 (DVD).iso / interface / contents / vollversionen_6617 / 21733 / files / chrome / content / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-08-20  |  359 b   |  24 lines

  1. @import url(chrome://global/skin/);
  2.  
  3. window {
  4.   background-color: !important;
  5. }
  6. tabbox, tabs, tab, tabpanels, tabpanel {
  7.   background-color: !important;
  8. }
  9. tab {
  10.     font-family: arial, sans-serif;
  11.     font-size: 10pt;
  12. }
  13. tab[selected="true"] {
  14.   font-weight: bold;
  15. }
  16. button, textbox {
  17.     font-size: 10pt;
  18. }
  19. groupbox {
  20.     border: hidden;
  21.     padding: 1px;
  22. }
  23.  
  24.